LINPACK - meaning and definition. What is LINPACK
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

What (who) is LINPACK - definition

SOFTWARE LIBRARY
Linpack

LINPACK         
1. A package of linear algebra routines. 2. The kernel benchmark developed from the "LINPACK" package of linear algebra routines. It was written by Jack Dongarra <dongarra@cs.utk.edu> in Fortran and is commonly used in that language but there is also a C version. Source Code by FTP: {single precision Fortran (ftp://netlib.att.com/netlib/benchmark/linpacks.Z)}, {double precision Fortran (ftp://netlib.att.com/netlib/benchmark/linpackd.Z)}, C (ftp://netlib.att.com:/netlib/benchmark/linpackc.Z). {Results (http://performance.netlib.org/performance/html/linpack.data.col0.html)}. (1994-11-14)

Wikipedia

LINPACK

LINPACK is a software library for performing numerical linear algebra on digital computers. It was written in Fortran by Jack Dongarra, Jim Bunch, Cleve Moler, and Gilbert Stewart, and was intended for use on supercomputers in the 1970s and early 1980s. It has been largely superseded by LAPACK, which runs more efficiently on modern architectures.

LINPACK makes use of the BLAS (Basic Linear Algebra Subprograms) libraries for performing basic vector and matrix operations.

The LINPACK benchmarks appeared initially as part of the LINPACK user's manual. The parallel LINPACK benchmark implementation called HPL (High Performance Linpack) is used to benchmark and rank supercomputers for the TOP500 list.